home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / whoismai.dfm / whoismai.txt
Encoding:
Text File  |  1999-07-27  |  1.5 KB  |  77 lines

  1. object WhoIsForm: TWhoIsForm
  2.   Left = 192
  3.   Top = 110
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'WhoIs Client'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 536
  17.     Height = 41
  18.     Align = alTop
  19.     TabOrder = 0
  20.     object QueryEdit: TEdit
  21.       Left = 16
  22.       Top = 8
  23.       Width = 313
  24.       Height = 21
  25.       TabOrder = 0
  26.     end
  27.     object SendButton: TButton
  28.       Left = 344
  29.       Top = 8
  30.       Width = 75
  31.       Height = 25
  32.       Caption = 'Send'
  33.       TabOrder = 1
  34.       OnClick = SendButtonClick
  35.     end
  36.     object CancelButton: TButton
  37.       Left = 432
  38.       Top = 8
  39.       Width = 75
  40.       Height = 25
  41.       Caption = 'Cancel'
  42.       Enabled = False
  43.       TabOrder = 2
  44.     end
  45.   end
  46.   object StatusBar: TStatusBar
  47.     Left = 0
  48.     Top = 329
  49.     Width = 536
  50.     Height = 19
  51.     Panels = <>
  52.     SimplePanel = True
  53.   end
  54.   object ResultsMemo: TMemo
  55.     Left = 0
  56.     Top = 41
  57.     Width = 536
  58.     Height = 288
  59.     Align = alClient
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'Courier New'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 2
  66.   end
  67.   object msClientSocket1: TmsClientSocket
  68.     OnConnected = msClientSocket1Connected
  69.     OnDisconnected = msClientSocket1Disconnected
  70.     Port = 43
  71.     OnTransferProgress = msClientSocket1TransferProgress
  72.     OnConnecting = msClientSocket1Connecting
  73.     Left = 56
  74.     Top = 280
  75.   end
  76. end
  77.